home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Poco 1.2 / pocosetup.exe / file0001.bin / 0 / RCDATA / TFRMERRORS / TFRMERRORS.txt
Encoding:
Text File  |  2000-03-01  |  3.4 KB  |  161 lines

  1. object FrmErrors: TFrmErrors
  2.   Left = 359
  3.   Top = 591
  4.   Width = 478
  5.   Height = 345
  6.   VertScrollBar.Style = ssHotTrack
  7.   Caption = 'FrmErrors'
  8.   Color = clNavy
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyUp = FormKeyUp
  21.   OnResize = FormResize
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object Label1: TLabel
  25.     Left = 130
  26.     Top = 2
  27.     Width = 143
  28.     Height = 16
  29.     Caption = 'Poco Progress Window'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWhite
  32.     Font.Height = 16
  33.     Font.Name = 'Arial'
  34.     Font.Style = [fsBold, fsItalic]
  35.     ParentFont = False
  36.   end
  37.   object Bevel1: TBevel
  38.     Left = 0
  39.     Top = 0
  40.     Width = 470
  41.     Height = 20
  42.     Align = alTop
  43.     Shape = bsSpacer
  44.   end
  45.   object Panel3: TPanel
  46.     Left = 442
  47.     Top = -2
  48.     Width = 26
  49.     Height = 29
  50.     Anchors = [akTop, akRight]
  51.     BevelOuter = bvNone
  52.     ParentColor = True
  53.     TabOrder = 2
  54.     object BtnClose: TSpeedButton
  55.       Left = 3
  56.       Top = 2
  57.       Width = 21
  58.       Height = 20
  59.       Cursor = crHandPoint
  60.       Caption = 'X'
  61.       Flat = True
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clWhite
  64.       Font.Height = 16
  65.       Font.Name = 'Arial'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       OnClick = BtnCloseClick
  69.     end
  70.   end
  71.   object Panel2: TPanel
  72.     Left = 0
  73.     Top = -2
  74.     Width = 111
  75.     Height = 32
  76.     BevelOuter = bvNone
  77.     ParentColor = True
  78.     TabOrder = 1
  79.     object BtnCopy: TSpeedButton
  80.       Left = 2
  81.       Top = 2
  82.       Width = 51
  83.       Height = 20
  84.       Cursor = crHandPoint
  85.       Caption = 'COPY'
  86.       Flat = True
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clWhite
  89.       Font.Height = -14
  90.       Font.Name = 'Arial'
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.       OnClick = BtnCopyClick
  94.     end
  95.     object BtnSave: TSpeedButton
  96.       Left = 55
  97.       Top = 2
  98.       Width = 51
  99.       Height = 20
  100.       Cursor = crHandPoint
  101.       Caption = 'SAVE'
  102.       Flat = True
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clWhite
  105.       Font.Height = -14
  106.       Font.Name = 'Arial'
  107.       Font.Style = [fsBold]
  108.       ParentFont = False
  109.       OnClick = BtnSaveClick
  110.     end
  111.   end
  112.   object Panel1: TPanel
  113.     Left = 0
  114.     Top = 20
  115.     Width = 470
  116.     Height = 298
  117.     Align = alClient
  118.     BevelInner = bvRaised
  119.     BevelOuter = bvLowered
  120.     TabOrder = 0
  121.     object HTMLErrors: ThtmlLite
  122.       Left = 2
  123.       Top = 2
  124.       Width = 466
  125.       Height = 294
  126.       Cursor = 2
  127.       ViewImages = False
  128.       TabOrder = 0
  129.       Align = alClient
  130.       PopupMenu = Popup
  131.       DefBackground = clWhite
  132.       BorderStyle = htFocused
  133.       HistoryMaxCount = 0
  134.       DefFontName = 'Arial'
  135.       DefPreFontName = 'Courier New'
  136.       DefFontSize = 8
  137.       DefFontColor = clBlack
  138.       NoSelect = False
  139.       CharSet = DEFAULT_CHARSET
  140.     end
  141.   end
  142.   object Popup: TPopupMenu
  143.     OnPopup = PopupPopup
  144.     Left = 158
  145.     Top = 118
  146.     object Copy1: TMenuItem
  147.       Caption = '&Copy'
  148.       ShortCut = 16451
  149.       OnClick = Copy1Click
  150.     end
  151.   end
  152.   object SaveDlg: TSaveDialog
  153.     DefaultExt = 'html'
  154.     FileName = 'errorlog.html'
  155.     Filter = 'HTML file (*.html)|html'
  156.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  157.     Left = 188
  158.     Top = 119
  159.   end
  160. end
  161.